home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enciclopedia Multimediale Rizzoli Larousse 2002
/
ERL2002_8.IMG
/
Concento
/
help
/
images
/
POP_htm.swf
/
scripts
/
DefineButton2_89
/
BUTTONCONDACTION on(press).as
Wrap
Text File
|
2001-09-04
|
116b
|
8 lines
on(press){
scr = txto.scroll;
if(scr < txto.maxscroll)
{
set("txto.scroll",scr + "1");
}
}